beginoutdoorscript;

variables;

body;

beginstate 0;
break;

beginstate 2;
break;

beginstate 20;
if (get_flag(5,2) < 1){  message_dialog("There is now a gaping pit where you arrived.","");  set_flag(5,2,1);}
//add_dialog_str(0,"The gaping pit is still there, marring the landscape, a constant reminder of the problem here.",0,);
break;

beginstate 17;
if (get_flag(79,9) == 0) end();
message_dialog("As you return you feel a strong sense of forboding.","But you return non-the-less, and report to Thasir. He nods, then tells you to be on your way.");
toggle_quest(8,0);
toggle_quest(9,1);
set_flag(79,9,0);
break;